traverse of tree

英 [trəˈvɜːs ɒv triː] 美 [trəˈvɜːrs əv triː]

网络  树的遍历

计算机



双语例句

  1. Build and Traverse of Abstract Syntax Tree Based on Java Program
    基于Java语言的抽象语法树的创建与遍历
  2. The generation of control flow graph is according to preorder traverse of the syntax tree.
    控制流图的生成是通过对构件语法树进行先序遍历完成的。
  3. The paper use depth-first search algorithm to recursively traverse every node of the DOM Tree to determine whether the node contains the information that we are interested in.
    然后设计了一种深度优先的搜索算法去递归地遍历生成的DOM树的每一结点,判断该节点是否包含我们感兴趣的信息。